CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opencv 轮廓

搜索资源列表

  1. opencv的图像打开、二值化、取轮廓、反色及相关教程

    1下载:
  2. opencv的图像打开、二值化、取轮廓、反色及相关教程,opencv image open, binary, take contour, color and related anti-Tutorial
  3. 所属分类:其他小程序

    • 发布日期:2016-01-21
    • 文件大小:8173748
    • 提供者:wy
  1. opencv实现的snake算法

    0下载:
  2. opencv实现的snake算法,可以用于轮廓提取。,opencv realized snake algorithm, can be used for contour extraction.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-22
    • 文件大小:94884
    • 提供者:李占闯
  1. Delphi_MotionDetect.基于OPENCV,寻找运动目标轮廓

    3下载:
  2. 这是一个基于OPENCV,寻找运动目标轮廓,以实现视频流的运动目标检测为目的Delphi例子。 并带有Delphi与OpenCv的编程接口。,This is based on OPENCV, search for moving object silhouette in order to achieve video streaming of moving target detection for the purpose of Delphi examples. OpenCv with Delphi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-01-27
    • 文件大小:1993641
    • 提供者:杨晓辉
  1. OpenCV-coutours

    0下载:
  2. 这是一个用opencv编写的 用来检测物体轮廓的代码-This is a written with the opencv code used to detect the contour
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3918635
    • 提供者:夏樾
  1. 用OPENCV获得运动物体的轮廓

    1下载:
  2. 此代码可用于基于OPENCV获得运动物体的轮廓,OPENCV 2.3.1
  3. 所属分类:图形图像处理(光照,映射..)

  1. Contour2_PPC

    0下载:
  2. 基于wince平台下,Opencv轮廓检测的简单例子-Based on wince platform, Opencv simple example of contour detection
  3. 所属分类:Windows CE

    • 发布日期:2017-05-21
    • 文件大小:6614349
    • 提供者:chenpeng
  1. OpenCV_contours

    0下载:
  2. OpenCV contours 图像轮廓提取程序源代码-OpenCV contours image contour extraction procedure source code
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-25
    • 文件大小:37093
    • 提供者:
  1. ellipse

    0下载:
  2. opencv 给出一个椭圆拟合的例子,程序首先发现图像的轮廓,然后用椭圆逼近它-opencv given an example of ellipse fitting, the program first to discover the outline of the image, and then close it with an oval
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:55896
    • 提供者:zhang
  1. zxop3

    0下载:
  2. opencv写的一个将视频轮廓实时显示的程序 -opencv write an outline of real-time video shows the procedure
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1164
    • 提供者:赵鑫
  1. OPENCV

    2下载:
  2. OPENCV的实用程序,包括视频捕获、透视变换、轮廓检测等。-OPENCV practical procedures, including video capture, perspective transformation, contour detection.
  3. 所属分类:Special Effects

    • 发布日期:2016-10-26
    • 文件大小:8431591
    • 提供者:weiwei
  1. opencv

    0下载:
  2. 该文件详细介绍了如何运用差分法求图像的轮廓,可以为各位爱好者借解-The document details how to use the outline of the image difference method, by solution for you fans
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:4649
    • 提供者:武志伟
  1. code

    0下载:
  2. OpenCV一些代码的实现,包括轮廓的提取,图像的复制-OpenCV implementation of some code, including contour extraction, image replication
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:12067
    • 提供者:黄一
  1. DetectiveContour

    0下载:
  2. 视频场景切换及轮廓检测(VS2008+opencv),采用VC编写,注意源代码里的视频名称是“sunyanzi.avi”,改成自己的视频名称即可-scene change detection and detective contours,write with vc,remember change the name of video in the code into yours
  3. 所属分类:OpenCV

    • 发布日期:2017-06-01
    • 文件大小:13858023
    • 提供者:sam
  1. Gesture-Recognition-Based-on-openCV

    2下载:
  2. 基于openCV的手势识别,用肤色的有效提取, 再经过阈值化, 和形态学变换, 得到手的轮廓, 最后采用轮廓匹配的方法, 得到识别结果-OpenCV based gesture recognition, effective use of color extraction, and then after a threshold, and morphological transformation, contours of the hand, the final contour matching me
  3. 所属分类:图形/文字识别

    • 发布日期:2017-02-20
    • 文件大小:82835
    • 提供者:thinsc
  1. opencv-pipei

    0下载:
  2. opencv 轮廓提取和模板匹配,可以从目标图像中找出要匹配的小图片部位-opencv contour extraction and template matching, you can find out from the target image to match the small image parts
  3. 所属分类:OpenCV

    • 发布日期:2017-03-23
    • 文件大小:4262
    • 提供者:pencauto
  1. 轮廓、分水岭算法

    0下载:
  2. 基于opencv实现了轮廓检测和利用分水岭对图像进行分割,简单而且有效。该程序基于MFC,很好,很强大。
  3. 所属分类:图形图像处理(光照,映射..)

  1. CannyTest

    0下载:
  2. 使用opencv库,通过调节阀值,来实现图片的轮廓提取(Using OpenCV library, through adjusting the threshold, to achieve the image contour extraction)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:2774016
    • 提供者:阿芳同学
  1. 几个基于openCV开发的手势识别代码

    0下载:
  2. 获取轮廓凸包。OpenCV自带的工程,及之前提到的OpenCV轮廓凸包检测里面有很详细的解释(Contour convex hull. OpenCV comes with the project, and previously mentioned OpenCV contour convex hull detection, which has a very detailed explanation)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:41197568
    • 提供者:WUluWUlu
  1. 【OpenCV学习笔记 010】提取直线、轮廓及连通区域

    0下载:
  2. 关于OPENCV图像分割后图像连通问题,具体可以查看源代码(OPENCV image segmentation on the image connectivity problem, you can view the source code)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-17
    • 文件大小:2492416
    • 提供者:jaikou
  1. 提取图像轮廓质心

    0下载:
  2. 提取图形轮廓 以及轮廓所在的质心。用外接矩形包围其所在的轮廓(Extract the graphic outline,and the centroid of the contour .Encircling the outline with a rectangle)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-28
    • 文件大小:10695680
    • 提供者:丶鑫哥
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com